Visual C++ Projects: Add rules to generate GTK DBus sources
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 27 Nov 2013 10:05:32 +0000 (18:05 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 27 Nov 2013 10:05:32 +0000 (18:05 +0800)
commitc13c74114305a28ce811f95ef4e97084b8fd2b7c
tree895a8af4b44a6df159cda9a3d9c56e821b16ffc3
parentfd134d84570515d6b5fa5694dc7d4855e6262db0
Visual C++ Projects: Add rules to generate GTK DBus sources

Since commit 7c2a5072 the gtkdbusgenerated.[c|h] are not included in the
dist tarball and thus have to be generated, which broke the Visual C++
builds.

This patch adds property sheets and custom build rules for the Visual C++
projects so that gtkdbusgenerated.[c|h] will be generated upon building the
GTK+ DLL sources.

This also tells people building GTK+ from the projects that they need to
have Python 2/3 installed and the Python interpretor needs to be in their
PATH before building GTK+ from the projects.
build/win32/vs10/Makefile.am
build/win32/vs10/README.txt
build/win32/vs10/gtk-gen-sources.props [new file with mode: 0644]
build/win32/vs10/gtk-version-paths.props
build/win32/vs10/gtk.vcxproj.filtersin
build/win32/vs10/gtk.vcxprojin
build/win32/vs9/Makefile.am
build/win32/vs9/README.txt
build/win32/vs9/gtk-gen-sources.vsprops [new file with mode: 0644]
build/win32/vs9/gtk-version-paths.vsprops
build/win32/vs9/gtk.vcprojin